FontFamilies

data class FontFamilies(standard: String?, fixed: String?, serif: String?, sansSerif: String?, cursive: String?, fantasy: String?, pictograph: String?)

Generic font families collection.

Constructors

FontFamilies
Link copied to clipboard
fun FontFamilies(standard: String? = null, fixed: String? = null, serif: String? = null, sansSerif: String? = null, cursive: String? = null, fantasy: String? = null, pictograph: String? = null)

Properties

cursive
Link copied to clipboard
val cursive: String? = null
The cursive font-family.
fantasy
Link copied to clipboard
val fantasy: String? = null
The fantasy font-family.
fixed
Link copied to clipboard
val fixed: String? = null
The fixed font-family.
pictograph
Link copied to clipboard
val pictograph: String? = null
The pictograph font-family.
sansSerif
Link copied to clipboard
val sansSerif: String? = null
The sansSerif font-family.
serif
Link copied to clipboard
val serif: String? = null
The serif font-family.
standard
Link copied to clipboard
val standard: String? = null
The standard font-family.

Sources

jvm source
Link copied to clipboard